From: Kenichi Handa Date: Mon, 10 Feb 2003 11:00:01 +0000 (+0000) Subject: (Fstring_to_multibyte): Fix typo in the docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28380 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f3db04730a8ab1ac4424d90d322230fc54de568;p=emacs.git (Fstring_to_multibyte): Fix typo in the docstring. --- diff --git a/src/fns.c b/src/fns.c index 0e65055a405..871c6dcb618 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */) DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, 1, 1, 0, doc: /* Return a multibyte string with the same individual chars as STRING. -If STRING is multibyte, the resutl is STRING itself. +If STRING is multibyte, the result is STRING itself. Otherwise it is a newly created string, with no text properties. Characters 0200 through 0237 are converted to eight-bit-control characters of the same character code. Characters 0240 through 0377